Add release automation with svu and Claude Code skill#225
Draft
Add release automation with svu and Claude Code skill#225
Conversation
What (description of changes) - Created scripts/release.sh using svu for semantic version calculation - Added .claude/skills/release/SKILL.md for Claude Code release guidance - Updated AGENTS.md with comprehensive release process documentation - Script supports patch/minor/major/next bump types - Includes pre-release validation (make all) and user confirmation Why (rationale) - Streamlines the release process with automated version calculation - Uses conventional commits for semantic versioning (svu) - Provides clear documentation for both human and AI agents - Reduces manual errors during releases - Makes release process discoverable via /release skill 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds release automation tooling and documentation to streamline the grafanactl release process.
What
scripts/release.sh- Bash script usingsvufor semantic version calculationpatch,minor,major, ornext(auto-detect from conventional commits)make allfor pre-release validation.claude/skills/release/SKILL.md- Claude Code skill for/releasecommandAGENTS.md- Updated with comprehensive release process documentationWhy
svuand conventional commits/releaseskill and documentationmake allpre-release checksTest plan
scripts/release.sh --invalidshows usage messagesvu current/next/patch/minor/majorall return expected versions.claude/is gitignored)Next version
Current: v0.1.8
Next (auto-detected): v0.1.9
🤖 Generated with Claude Code